home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
placemnt
/
test.dpr
< prev
next >
Wrap
Text File
|
1996-04-08
|
166b
|
13 lines
program Test;
uses
Forms,
Tstplace in 'TSTPLACE.PAS' {MyForm};
{$R *.RES}
begin
Application.CreateForm(TMyForm, MyForm);
Application.Run;
end.